home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / znew.1 < prev   
Encoding:
Text File  |  1994-07-30  |  1.2 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ZNEW(1)                  USER COMMANDS                    ZNEW(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      znew -   recompress .Z files to .gz files
  10.  
  11. SYNOPSIS
  12.      znew [ -ftv9PK] [ name.Z ...  ]
  13.  
  14. DESCRIPTION
  15.      _Z_n_e_w recompresses files from .Z  (compress)  format  to  .gz
  16.      (gzip)  format.  If you want to recompress a file already in
  17.      gzip format, rename the file to force a  .Z  extension  then
  18.      apply znew.
  19.  
  20. OPTIONS
  21.      -f   Force recompression from .Z to .gz format even if a .gz
  22.           file already exists.
  23.  
  24.      -t   Tests the new files before deleting originals.
  25.  
  26.      -v   Verbose. Display the name and percentage reduction  for
  27.           each file compressed.
  28.  
  29.      -9   Use the slowest compression  method  (optimal  compres-
  30.           sion).
  31.  
  32.      -P   Use pipes for  the  conversion  to  reduce  disk  space
  33.           usage.
  34.  
  35.      -K   Keep a .Z file when it is smaller than the .gz file
  36.  
  37. SEE ALSO
  38.      gzip(1), zmore(1), zdiff(1), zgrep(1), zforce(1),  gzexe(1),
  39.      compress(1)
  40.  
  41. BUGS
  42.      _Z_n_e_w does not maintain the time stamp with the -P option  if
  43.      _c_p_m_o_d(_1)  is not available and _t_o_u_c_h(_1) does not support the
  44.      -r option.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.